Package com.cisco.pt.ipc.sim.impl
Class EphoneDirectoryImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.EphoneDirectoryImpl
- All Implemented Interfaces:
IPCObject,EphoneDirectory
Information provided by the PKI file:
\class CEphoneDirectory
\brief CEphoneDirectory holds and manipulates the ephone directory.
\example network().getDevice("Router0").getProcess("CMEProcess").getEphoneDirectory(11)
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionEphoneDirectoryImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionintgetDnTag()Information provided by the PKI file:Information provided by the PKI file:voidsetLineNumber(String lineNum) Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
EphoneDirectoryImpl
public EphoneDirectoryImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
setLineNumber
Information provided by the PKI file:
\brief Sets the line number for the ephone directory. \param lineNum, the line number for the ephone directory.- Specified by:
setLineNumberin interfaceEphoneDirectory- Parameters:
lineNum- Takes in a parameter of lineNum
-
getLineNumber
Information provided by the PKI file:
\brief Returns the line number of the ephone directory. \return string, the line number of the ephone directory.- Specified by:
getLineNumberin interfaceEphoneDirectory- Returns:
- String Returns a String
-
getDnTag
public int getDnTag()Information provided by the PKI file:
\brief Returns the directory number of the ephone directory. \return int, the directory number of the ephone directory.- Specified by:
getDnTagin interfaceEphoneDirectory- Returns:
- int Returns a int
-